// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['George Strait, Chris Stapleton & Little Big Town','Lucas Oil Stadium','Indianapolis, IN','Saturday','5/4/2024','5:45 PM','5931118','George-Strait--Chris-Stapleton---Little-Big-Town-5-4-2024'],['George Strait, Chris Stapleton & Little Big Town','EverBank Stadium','Jacksonville, FL','Saturday','5/11/2024','5:45 PM','5931119','George-Strait--Chris-Stapleton---Little-Big-Town-5-11-2024'],['Derek Spence - Tribute to George Strait','Dallas Arboretum','Dallas, TX','Thursday','5/23/2024','7:30 PM','6198212','Derek-Spence---Tribute-to-George-Strait-5-23-2024'],['George Strait, Chris Stapleton & Little Big Town','Jack Trice Stadium','Ames, IA','Saturday','5/25/2024','5:45 PM','5931120','George-Strait--Chris-Stapleton---Little-Big-Town-5-25-2024'],['Carolina Blue Zone Tailgate: George Straight','Gameday Hospitality - Charlotte','Charlotte, NC','Saturday','6/1/2024','3:30 PM','6120269','Carolina-Blue-Zone-Tailgate--George-Straight-6-1-2024'],['George Strait, Chris Stapleton & Little Big Town','Bank Of America Stadium','Charlotte, NC','Saturday','6/1/2024','5:45 PM','5931121','George-Strait--Chris-Stapleton---Little-Big-Town-6-1-2024'],['George Strait, Chris Stapleton & Little Big Town','MetLife Stadium','East Rutherford, NJ','Saturday','6/8/2024','5:45 PM','5931122','George-Strait--Chris-Stapleton---Little-Big-Town-6-8-2024'],['George Strait, Parker McCollum & Catie Offerman','Kyle Field','College Station, TX','Saturday','6/15/2024','6:30 PM','6330019','George-Strait--Parker-McCollum---Catie-Offerman-6-15-2024'],['George Strait, Chris Stapleton & Little Big Town','Rice Eccles Stadium','Salt Lake City, UT','Saturday','6/29/2024','5:45 PM','5931123','George-Strait--Chris-Stapleton---Little-Big-Town-6-29-2024'],['George Strait, Chris Stapleton & Little Big Town','Ford Field','Detroit, MI','Saturday','7/13/2024','5:45 PM','5931124','George-Strait--Chris-Stapleton---Little-Big-Town-7-13-2024']],'"George Strait"','https://www.ticketnetwork.com');